Intersoft ClientUI Documentation
Value Property (UXMaskedInputGenericBase<T>)



Gets or sets the value.
Syntax
<CategoryAttribute("Common Properties")>
Public Overridable Property Value As T
Dim instance As UXMaskedInputGenericBase(Of T)
Dim value As T
 
instance.Value = value
 
value = instance.Value
[CategoryAttribute("Common Properties")]
public virtual T Value {get; set;}
[CategoryAttribute("Common Properties")]
public:
virtual property T^ Value {
   T^ get();
   void set (    T^ value);
}
Remarks

The displayed text is automatically set based on the control's focused state. If the control is focused, the Text is set to EditText; otherwise, the Text is set to DisplayText.

Text property should not be set by the user. The setter is public for compliance with UXTetxBox in designer mode. 

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXMaskedInputGenericBase<T> Class
UXMaskedInputGenericBase<T> Members

Send Feedback